Click or drag to resize

Publish Constructor (Dialog)

Initializes a new instance of the Publish class from the specified dialog.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Publish(
	Dialog dialog
)

Parameters

dialog
Type: Independentsoft.SipDialog
An existing dialog between the two clients.
See Also